archive macos with Qt 5.12.1 (#300)
authortsteven4 <tsteven4@users.noreply.github.com>
Fri, 15 Feb 2019 01:33:01 +0000 (18:33 -0700)
committerGitHub <noreply@github.com>
Fri, 15 Feb 2019 01:33:01 +0000 (18:33 -0700)
instead of 5.9.7.

.travis.yml

index bfc21bc973346c06f7b5c8f2362f13d6b16ebfd0..b9ac0bca3dc14fe3d696314dc8f1a453cd4337e5 100644 (file)
@@ -84,7 +84,7 @@ script:
 after_success:
   - cd ${TRAVIS_BUILD_DIR}
   # only deploy pushes to master or prs that target master.  the prs will go to transfr.sh, the pushes go to github.
-  - if [ "${TRAVIS_OS_NAME}" = "osx" ] &&  [ "${QT_VERSION}" = "5.9.7" ] && [ "$TRAVIS_BRANCH" = "master" ]; then bash ./tools/uploadtool/upload.sh  gui/objects/GPSBabel-*.dmg; fi
+  - if [ "${TRAVIS_OS_NAME}" = "osx" ] &&  [ "${QT_VERSION}" = "5.12.1" ] && [ "$TRAVIS_BRANCH" = "master" ]; then bash ./tools/uploadtool/upload.sh  gui/objects/GPSBabel-*.dmg; fi
 
 branches:
   except: